projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fd0469
)
Add output of URL's used by tracks.
author
oliskoli
<oliskoli>
Tue, 18 Apr 2006 23:25:44 +0000
(23:25 +0000)
committer
oliskoli
<oliskoli>
Tue, 18 Apr 2006 23:25:44 +0000
(23:25 +0000)
garmin_txt.c
patch
|
blob
|
history
diff --git
a/garmin_txt.c
b/garmin_txt.c
index 2b90e3b74bb52fda2ae05d0c8b8e1ae8aa3b11f1..70d04a3cf7ebd6f441ef271c58b6b9cb068d2279 100644
(file)
--- a/
garmin_txt.c
+++ b/
garmin_txt.c
@@
-745,6
+745,7
@@
track_disp_hdr_cb(const route_head *track)
print_date_and_time(cur_info->time, 1);
print_distance(cur_info->length, 0, 1);
print_speed(&cur_info->length, &cur_info->time);
+ fprintf(fout, "%s", (track->rte_url != NULL) ? track->rte_url : "");
fprintf(fout, "\r\n\r\nHeader\t%s\r\n\r\n", headers[trkpt_header]);
}